Uses of Class
org.eclipse.vtp.framework.common.configurations.BrandConfiguration

Packages that use BrandConfiguration
org.eclipse.vtp.framework.common.configurations   
org.eclipse.vtp.framework.common.services   
 

Uses of BrandConfiguration in org.eclipse.vtp.framework.common.configurations
 

Methods in org.eclipse.vtp.framework.common.configurations that return BrandConfiguration
 BrandConfiguration[] BrandConfiguration.getChildren()
          Returns the children of this brand.
 

Methods in org.eclipse.vtp.framework.common.configurations with parameters of type BrandConfiguration
 void BrandConfiguration.addChild(BrandConfiguration child)
          Adds a child to this brand.
 void BrandConfiguration.removeChild(BrandConfiguration child)
          Removes a child from this brand.
 

Uses of BrandConfiguration in org.eclipse.vtp.framework.common.services
 

Constructors in org.eclipse.vtp.framework.common.services with parameters of type BrandConfiguration
BrandRegistry(BrandConfiguration configuration)
          Creates a new BrandRegistry.